home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 10 / AACD 10.iso / AACD / Resources / Online / Term / Extras / Source / term-source.lha / Glue / LT_DeleteHandle.asm < prev    next >
Assembly Source File  |  1996-10-20  |  265b  |  14 lines

  1. *** DO NOT EDIT: FILE BUILT AUTOMATICALLY
  2. *** LT_DeleteHandle ram interface
  3.     XREF    _GTLayoutBase
  4.     SECTION    gtlayout,code
  5.     XDEF    _LT_DeleteHandle
  6. _LT_DeleteHandle:
  7.         move.l    a6,-(sp)
  8.         move.l    _GTLayoutBase,a6
  9.         move.l    8(sp),a0
  10.         jsr    -36(a6)
  11.         move.l    (sp)+,a6
  12.         rts
  13.     END
  14.